home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Interface / MD.000 / scripts / DefineButton2_84 / BUTTONCONDACTION on(release).as
Text File  |  2005-04-12  |  327b  |  7 lines

  1. on(release){
  2.    getUrl("FSCommand:Browser.SetPos", "1,77");
  3.    getUrl("FSCommand:Browser.SetSize", "790,453");
  4.    getURL("FSCommand:Browser.SetURL","http://www.digerati.com.br/geek/modules.php?op=modload&name=News&file=article&sid=" + eval("id" + count) + "&mode=thread&order=0&thold=0");
  5.    fscommand("Browser.Open");
  6. }
  7.